From 23987ab228b802ce2514449572aacbbd4e12ee41 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Wed, 4 Jul 2018 15:05:13 -0500 Subject: [PATCH] Typo fix MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit waypoint -> Waypoint in last commit wasn’t saved from editor buffer --- tpg.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tpg.cc b/tpg.cc index c52f70004..fb0e70328 100644 --- a/tpg.cc +++ b/tpg.cc @@ -116,7 +116,7 @@ tpg_read() while (pointcount--) { - waypoint* wpt_tmp = new Waypoint; + Waypoint* wpt_tmp = new Waypoint; /* pascal-like shortname */ wpt_tmp->shortname = gbfgetpstr(tpg_file_in); -- 2.30.2